IniFile

Undocumented in source.

Members

Functions

blocks
IniBlock[string] blocks()
Undocumented in source. Be warned that the author may not have intended to support it.
getErrors
const(string[]) getErrors()
Undocumented in source. Be warned that the author may not have intended to support it.
getIniVar
IniVar* getIniVar(string varPath)
Undocumented in source. Be warned that the author may not have intended to support it.
noError
bool noError()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
IniFile parse(string content, string path)

Simple parser for the .conf or .ini files commonly found.

Variables

_blocks
IniBlock[string] _blocks;
Undocumented in source.
_noError
bool _noError;
Undocumented in source.
configFound
bool configFound;
Undocumented in source.
errors
string[] errors;
Undocumented in source.
path
string path;
Undocumented in source.

Meta